header

abstract fun header(html: String): T

Configures HTML to be displayed in the header.

Return

this instance

Parameters

html

the value to use for the header

Throws

if the current printing operation has been completed


abstract fun header(): String

Returns a value used for the header.

Throws

if the current printing operation has been completed